var github.com/go-pg/pg/v10/types.stringType

7 uses

	github.com/go-pg/pg/v10/types (current package)
		array_append.go#L10: 	stringType      = reflect.TypeOf((*string)(nil)).Elem()
		array_append.go#L52: 		case stringType:
		array_scan.go#L41: 		case stringType:
		hstore_append.go#L11: 	if typ.Key() == stringType && typ.Elem() == stringType {
		hstore_scan.go#L9: 	if typ.Key() == stringType && typ.Elem() == stringType {